-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWSManagedMachinePool - Launch Template support #3094
AWSManagedMachinePool - Launch Template support #3094
Conversation
@richardchen331: This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @richardchen331. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/retest |
/test pull-cluster-api-provider-aws-e2e-eks |
@richardchen331 @richardcase is this implementation in line with #3024? |
@sedefsavas - i need to update the proposal based on a chat that i had with @richardchen331. We decided on a way forward to unblock development. If after the proposal has been updated and changes are needed we can go back and refactor. I will check the proposal updated by EOD Wednesday. |
Given that this is an important feature and changes the way we interact with |
Agree on adding this to the e2e tests for eks. This is covered in the updated proposal. @richardchen331 i can guide you through this if you want? |
@richardcase Agree that we should have e2e tests for it. It would be great if you could guide me on how to add e2e tests for eks :) |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
3 similar comments
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
/test pull-cluster-api-provider-aws-e2e-eks |
a16dddd
to
ed6ea44
Compare
/test pull-cluster-api-provider-aws-e2e-eks |
@pydctw Thanks for all the feedbacks! I've updated the PR based on your comments. Could you take another look? Thanks! |
Thanks for addressing all the comments, @richardchen331. It looks good to me. Two remaining items that are related regarding the usage of launchtemplate for AWSManagedMachinePool. Let's wait for @richardcase's opinion on this. FYI, we are trying to include the PR in the next release. |
@richardcase @pydctw just want to follow up and see if we have made any decision about these two comments? Thanks! |
Thanks for the reminder., @richardchen331. I planned to update the PR after the office hrs but forgot. As there was no strong opinion whether to 1) Deprecate the existing fields and only support LaunchTemplate or 2) Support both existing and new way (LaunchTemplate), I propose we proceed as following.
|
/lgtm cc @richardcase for an approval |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardcase The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…mplate_support AWSManagedMachinePool - Launch Template support
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add launch template support to
AWSManagedMachinePool
.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2055
Special notes for your reviewer:
Checklist:
Release note: